home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / front end / 00033.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  175 b   |  11 lines

  1. on enterFrame
  2.   set the cursor of sprite 1 to 280
  3.   set the cursor of sprite 6 to 280
  4.   set the cursor of sprite 7 to 280
  5. end
  6.  
  7. on mouseDown
  8.   pause()
  9.   go(the frame + 25)
  10. end
  11.